home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15984 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: winternet.com!not-for-mail
  2. From: jdege@winternet.com (Jeff Dege)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Fastest Sorting Algorithm?
  5. Date: 9 Apr 1996 03:21:14 GMT
  6. Organization: StarNet Communications, Inc
  7. Message-ID: <4kcl3a$q6b@blackice.winternet.com>
  8. References: <Dou55w.7MB@novice.uwaterloo.ca> <DpAxtI.3w9@undergrad.math.uwaterloo.ca> <4k4unk$15qe@sol.caps.maine.edu> <4k680p$6fs@longwood.cs.ucf.edu> <4k6hdg$5ob@blackice.winternet.com> <4ka0tg$sem@fountain.mindlink.net>
  9. NNTP-Posting-Host: subzero.winternet.com
  10. X-Newsreader: TIN [UNIX 1.3 950726BETA PL0]
  11.  
  12. On Mon, 08 Apr 1996 03:27:38 GMT, Allan Nienhuis (Allan_Nienhuis@mindlink.bc.ca) wrote:
  13. : jdege@winternet.com (Jeff Dege) wrote:
  14. : >    for (i=0; i<size; i++)
  15. : >        A[0] = 0;
  16. : perhaps you mean:
  17. :         A[i] = 0;
  18. : :)
  19.  
  20.      Perhaps I did.  But then, you'll only write one program in your entire
  21. career that runs perfectly the first time, and I already did mine.  (And
  22. I wasted it on a school project. ;(
  23.  
  24. -- 
  25.         "I quite agree with you," said the Duchess; "and the moral of
  26. that is -- `Be what you would seem to be' -- or, if you'd like it put
  27. more simply -- `Never imagine yourself not to be otherwise than what it
  28. might appear to others that what you were or might have been was not
  29. otherwise than what you had been would have appeared to them to be
  30. otherwise.'"
  31.                 -- Lewis Carrol, "Alice in Wonderland"
  32.  
  33.  
  34.